home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / com / kongregate / as3 / client / services / IStatServices.as < prev    next >
Encoding:
Text File  |  2011-08-19  |  233 b   |  12 lines

  1. package com.kongregate.as3.client.services
  2. {
  3.    public interface IStatServices
  4.    {
  5.        
  6.       
  7.       function submitArray(param1:Array) : void;
  8.       
  9.       function submit(param1:String, param2:Number) : void;
  10.    }
  11. }
  12.